type go/types.indexedExpr

9 uses

	go/types (current package)
		call.go#L34: func (check *Checker) funcInst(T *target, pos token.Pos, x *operand, ix *indexedExpr, infer bool) []Type {
		index.go#L19: func (check *Checker) indexExpr(x *operand, e *indexedExpr) (isFuncInst bool) {
		index.go#L373: func (check *Checker) singleIndex(expr *indexedExpr) ast.Expr {
		index.go#L461: type indexedExpr struct {
		index.go#L469: func (x *indexedExpr) Pos() token.Pos {
		index.go#L473: func unpackIndexedExpr(n ast.Node) *indexedExpr {
		index.go#L476: 		return &indexedExpr{
		index.go#L484: 		return &indexedExpr{
		typexpr.go#L431: func (check *Checker) instantiatedType(ix *indexedExpr, def *TypeName) (res Type) {